Int32M.INumeric<Int32M>.RightShift Method

Shifts the current value right by the specified number of bits.

Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32M INumeric<Int32M>.RightShift(
	int count
)

Parameters

count  Int32
The number of bits.

Return Value

Int32M
The current value shifted to the right by the number of bits specified by count.

Implements

INumeric<TSelf>.RightShift(Int32)

See Also